OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
write_stag< T[N1]> Struct Template Reference

for each component add a grid fill it, and add to the VTK writer More...

Detailed Description

template<typename T, size_t N1>
struct write_stag< T[N1]>

for each component add a grid fill it, and add to the VTK writer

Parameters
TProperty to copy
N1number of components

Definition at line 377 of file staggered_dist_grid_util.hpp.

#include <staggered_dist_grid_util.hpp>

Static Public Member Functions

template<unsigned int p_val, typename sg , typename v_g >
static void write (sg &st_g, v_g &vg, size_t lg)
 write the staggered grid More...
 

Member Function Documentation

template<typename T , size_t N1>
template<unsigned int p_val, typename sg , typename v_g >
static void write_stag< T[N1]>::write ( sg &  st_g,
v_g &  vg,
size_t  lg 
)
inlinestatic

write the staggered grid

Template Parameters
p_valproperty we are going to write
sgstaggered grid type
v_gvector of grids
Parameters
st_gstaggered grid
v_gvector of grids
lglocal grid of the staggered grid we are writing

Definition at line 390 of file staggered_dist_grid_util.hpp.


The documentation for this struct was generated from the following file: